home *** CD-ROM | disk | FTP | other *** search
/ World of Video / World of Video.iso / gfxprograms / boards / retina / rblanke2.lha / RBlankers / make.log < prev    next >
Text File  |  1994-07-07  |  17KB  |  345 lines

  1.     SC:c/sc ABSFUNCPOINTER OPTIMIZE NOSTKCHK UNSCHAR STRMERGE NOLINK OPTIMIZE OPTGLOBAL ANSI CPU=68030 MATH=68881 RCurves.c
  2. SAS/C Amiga Compiler 6.51
  3. Copyright (c) 1988-1993 SAS Institute Inc.
  4.  
  5. ====================
  6.             AddTool(BlankerWindow, CloseWindow, NULL, "Could not open the wind
  7. rcurves.c 248 Warning 88: argument type incorrect
  8.                           Expecting "void (* )(void * , LONG )", found "void (* )(struct Window * )"
  9.  
  10. ====================
  11.             AddTool(BlankerVisualInfo, FreeVisualInfo, 0L,
  12. rcurves.c 255 Warning 88: argument type incorrect
  13.                           Expecting "void (* )(void * , LONG )", found "void (* )(APTR )"
  14.  
  15. ====================
  16.             AddTool(Ptr, FreeGadgets, 0L, "Couldn't allocate the gadgets.");
  17. rcurves.c 264 Warning 88: argument type incorrect
  18.                           Expecting "void (* )(void * , LONG )", found "void (* )(struct Gadget * )"
  19.  
  20. ====================
  21.                                                37L), CloseLibrary, 0L,
  22. rcurves.c 488 Warning 88: argument type incorrect
  23.                           Expecting "void (* )(void * , LONG )", found "void (* )(struct Library * )"
  24.  
  25. ====================
  26.     AddTool(IconBase = OpenLibrary("icon.library", 37L), CloseLibrary, 0
  27. rcurves.c 490 Warning 88: argument type incorrect
  28.                           Expecting "void (* )(void * , LONG )", found "void (* )(struct Library * )"
  29.  
  30. ====================
  31.     AddTool(CxBase = OpenLibrary("commodities.library", 37L), CloseLibrary,
  32. rcurves.c 492 Warning 88: argument type incorrect
  33.                           Expecting "void (* )(void * , LONG )", found "void (* )(struct Library * )"
  34.  
  35. ====================
  36.     AddTool(GadToolsBase = OpenLibrary("gadtools.library", 37L), CloseLibrary,
  37. rcurves.c 494 Warning 88: argument type incorrect
  38.                           Expecting "void (* )(void * , LONG )", found "void (* )(struct Library * )"
  39.  
  40. ====================
  41.             CloseLibrary, 0L, "Couldn't open the Retina library.");
  42. rcurves.c 497 Warning 88: argument type incorrect
  43.                           Expecting "void (* )(void * , LONG )", found "void (* )(struct Library * )"
  44.  
  45. ====================
  46.         AddTool(ToolTypes, ArgArrayDone, 0L, NULL);
  47. rcurves.c 504 Warning 88: argument type incorrect
  48.                           Expecting "void (* )(void * , LONG )", found "void (* )(void)"
  49.  
  50. ====================
  51.     AddTool((void *)bsp_TimerSig, FreeSignal, 0L, NULL);
  52. rcurves.c 513 Warning 88: argument type incorrect
  53.                           Expecting "void (* )(void * , LONG )", found "void (* )(long )"
  54.  
  55. ====================
  56.     AddTool((void *)bsp_InputSig, FreeSignal, 0L, NULL);
  57. rcurves.c 516 Warning 88: argument type incorrect
  58.                           Expecting "void (* )(void * , LONG )", found "void (* )(long )"
  59.  
  60. ====================
  61.     AddTool((void *)bsp_ClientSig, FreeSignal, 0L, NULL);
  62. rcurves.c 519 Warning 88: argument type incorrect
  63.                           Expecting "void (* )(void * , LONG )", found "void (* )(long )"
  64.  
  65. ====================
  66.     AddTool(CxPort = CreateMsgPort(), DeleteMsgPortSafely, 0L,
  67. rcurves.c 525 Warning 88: argument type incorrect
  68.                           Expecting "void (* )(void * , LONG )", found "void (* __stdargs )(struct MsgPort * )"
  69.  
  70. ====================
  71.  CxBase     AddTool(Broker = CxBroker(&NewBroker,  0L ), DeleteCxObjAll,
  72. rcurves.c 531 Warning 88: argument type incorrect
  73.                           Expecting "void (* )(void * , LONG )", found "void (* )(CxObj * )"
  74.  
  75. ====================
  76.     AddTool(Broker, ActivateCxObj, 0L, "The broker broke.");
  77. rcurves.c 580 Warning 88: argument type incorrect
  78.                           Expecting "void (* )(void * , LONG )", found "LONG (* )(CxObj * , long )"
  79.  
  80. ====================
  81.     AddTool(FindTask( 0L ), SetTaskPri, (LONG) SetTaskPri(FindTask(NULL)
  82. rcurves.c 593 Warning 88: argument type incorrect
  83.                           Expecting "void (* )(void * , LONG )", found "BYTE (* )(struct Task * , long )"
  84.  
  85. ====================
  86.                         AddTool(BlankerScreen, DestroyScreen, 0L, NULL);
  87. rcurves.c 744 Warning 88: argument type incorrect
  88.                           Expecting "void (* )(void * , LONG )", found "void (* )(struct RetinaScreen * )"
  89.  
  90. ====================
  91.                         AddTool(ClientPort, DeleteBlankerClient, 0L, NULL);
  92. rcurves.c 763 Warning 88: argument type incorrect
  93.                           Expecting "void (* )(void * , LONG )", found "void (* __stdargs )(struct MsgPort * )"
  94. rcurves.c 422 Note 306: __inline function inlined: "Draw_Image"
  95. rcurves.c 431 Note 306: __inline function inlined: "Bound"
  96. rcurves.c 438 Note 306: __inline function inlined: "Bound"
  97. rcurves.c 445 Note 306: __inline function inlined: "Bound"
  98. rcurves.c 452 Note 306: __inline function inlined: "Bound"
  99. rcurves.c 462 Note 306: __inline function inlined: "Draw_Image"
  100.     SC:c/sc ABSFUNCPOINTER OPTIMIZE NOSTKCHK UNSCHAR STRMERGE NOLINK OPTIMIZE OPTGLOBAL ANSI Main.c
  101. SAS/C Amiga Compiler 6.51
  102. Copyright (c) 1988-1993 SAS Institute Inc.
  103.     sc:c/slink FROM LIB:c.o Main.o RCurves.o  LIB LIB:scm881.lib LIB:sc.lib LIB:amiga.lib SC SD ND NOICONS TO RCurves MAP RCurves.map
  104. Slink - Version 6.51
  105. Copyright (c) 1988-1993 SAS Institute, Inc.  All Rights Reserved.
  106.  
  107.  
  108. SLINK Complete - Maximum code size = 28408 ($00006ef8) bytes
  109.  
  110. Final output file size = 12112 ($00002f50) bytes
  111.     sc:c/sc ABSFUNCPOINTER OPTIMIZE NOSTKCHK UNSCHAR STRMERGE NOLINK OPTIMIZE OPTGLOBAL ANSI RSpliner.c
  112. SAS/C Amiga Compiler 6.51
  113. Copyright (c) 1988-1993 SAS Institute Inc.
  114.  
  115. ====================
  116.             AddTool(BlankerWindow, CloseWindow, NULL, "Could not open the wind
  117. rspliner.c 248 Warning 88: argument type incorrect
  118.                            Expecting "void (* )(void * , LONG )", found "void (* )(struct Window * )"
  119.  
  120. ====================
  121.             AddTool(BlankerVisualInfo, FreeVisualInfo, 0L,
  122. rspliner.c 255 Warning 88: argument type incorrect
  123.                            Expecting "void (* )(void * , LONG )", found "void (* )(APTR )"
  124.  
  125. ====================
  126.             AddTool(Ptr, FreeGadgets, 0L, "Couldn't allocate the gadgets.");
  127. rspliner.c 264 Warning 88: argument type incorrect
  128.                            Expecting "void (* )(void * , LONG )", found "void (* )(struct Gadget * )"
  129.  
  130. ====================
  131.                                                37L), CloseLibrary, 0L,
  132. rspliner.c 443 Warning 88: argument type incorrect
  133.                            Expecting "void (* )(void * , LONG )", found "void (* )(struct Library * )"
  134.  
  135. ====================
  136.     AddTool(IconBase = OpenLibrary("icon.library", 37L), CloseLibrary, 0
  137. rspliner.c 445 Warning 88: argument type incorrect
  138.                            Expecting "void (* )(void * , LONG )", found "void (* )(struct Library * )"
  139.  
  140. ====================
  141.     AddTool(CxBase = OpenLibrary("commodities.library", 37L), CloseLibrary,
  142. rspliner.c 447 Warning 88: argument type incorrect
  143.                            Expecting "void (* )(void * , LONG )", found "void (* )(struct Library * )"
  144.  
  145. ====================
  146.     AddTool(GadToolsBase = OpenLibrary("gadtools.library", 37L), CloseLibrary,
  147. rspliner.c 449 Warning 88: argument type incorrect
  148.                            Expecting "void (* )(void * , LONG )", found "void (* )(struct Library * )"
  149.  
  150. ====================
  151. ool(RetinaBase = (struct _xy_RetinaBase *)OpenLibrary("retina.library", 7L),
  152. rspliner.c 451 Warning 225: pointer type mismatch
  153.                             "struct RetinaBase *" does not match "struct _xy_RetinaBase *"
  154.  
  155. ====================
  156.             CloseLibrary, 0L, "Couldn't open the Retina library.");
  157. rspliner.c 452 Warning 88: argument type incorrect
  158.                            Expecting "void (* )(void * , LONG )", found "void (* )(struct Library * )"
  159.  
  160. ====================
  161.         AddTool(ToolTypes, ArgArrayDone, 0L, NULL);
  162. rspliner.c 459 Warning 88: argument type incorrect
  163.                            Expecting "void (* )(void * , LONG )", found "void (* )(void)"
  164.  
  165. ====================
  166.     AddTool((void *)bsp_TimerSig, FreeSignal, 0L, NULL);
  167. rspliner.c 468 Warning 88: argument type incorrect
  168.                            Expecting "void (* )(void * , LONG )", found "void (* )(long )"
  169.  
  170. ====================
  171.     AddTool((void *)bsp_InputSig, FreeSignal, 0L, NULL);
  172. rspliner.c 471 Warning 88: argument type incorrect
  173.                            Expecting "void (* )(void * , LONG )", found "void (* )(long )"
  174.  
  175. ====================
  176.     AddTool((void *)bsp_ClientSig, FreeSignal, 0L, NULL);
  177. rspliner.c 474 Warning 88: argument type incorrect
  178.                            Expecting "void (* )(void * , LONG )", found "void (* )(long )"
  179.  
  180. ====================
  181.     AddTool(CxPort = CreateMsgPort(), DeleteMsgPortSafely, 0L,
  182. rspliner.c 480 Warning 88: argument type incorrect
  183.                            Expecting "void (* )(void * , LONG )", found "void (* __stdargs )(struct MsgPort * )"
  184.  
  185. ====================
  186.  CxBase     AddTool(Broker = CxBroker(&NewBroker,  0L ), DeleteCxObjAll,
  187. rspliner.c 486 Warning 88: argument type incorrect
  188.                            Expecting "void (* )(void * , LONG )", found "void (* )(CxObj * )"
  189.  
  190. ====================
  191.     AddTool(Broker, ActivateCxObj, 0L, "The broker broke.");
  192. rspliner.c 535 Warning 88: argument type incorrect
  193.                            Expecting "void (* )(void * , LONG )", found "LONG (* )(CxObj * , long )"
  194.  
  195. ====================
  196.     AddTool(FindTask( 0L ), SetTaskPri, (LONG) SetTaskPri(FindTask(NULL)
  197. rspliner.c 548 Warning 88: argument type incorrect
  198.                            Expecting "void (* )(void * , LONG )", found "BYTE (* )(struct Task * , long )"
  199.  
  200. ====================
  201.                         AddTool(BlankerScreen, DestroyScreen, 0L, NULL);
  202. rspliner.c 699 Warning 88: argument type incorrect
  203.                            Expecting "void (* )(void * , LONG )", found "void (* )(struct RetinaScreen * )"
  204.  
  205. ====================
  206.                         AddTool(ClientPort, DeleteBlankerClient, 0L, NULL);
  207. rspliner.c 718 Warning 88: argument type incorrect
  208.                            Expecting "void (* )(void * , LONG )", found "void (* __stdargs )(struct MsgPort * )"
  209. rspliner.c 390 Note 306: __inline function inlined: "Bound"
  210. rspliner.c 397 Note 306: __inline function inlined: "Bound"
  211. rspliner.c 404 Note 306: __inline function inlined: "Bound"
  212. rspliner.c 411 Note 306: __inline function inlined: "Bound"
  213.     sc:c/slink FROM LIB:c.o Main.o RSpliner.o  LIB LIB:sc.lib LIB:amiga.lib SC SD ND NOICONS TO RSpliner MAP RSpliner.map
  214. Slink - Version 6.51
  215. Copyright (c) 1988-1993 SAS Institute, Inc.  All Rights Reserved.
  216.  
  217.  
  218. SLINK Complete - Maximum code size = 17964 ($0000462c) bytes
  219.  
  220. Final output file size = 9872 ($00002690) bytes
  221.     SC:c/sc ABSFUNCPOINTER OPTIMIZE NOSTKCHK UNSCHAR STRMERGE NOLINK OPTIMIZE OPTGLOBAL ANSI CPU=68030 MATH=68881 RShapes.c
  222. SAS/C Amiga Compiler 6.51
  223. Copyright (c) 1988-1993 SAS Institute Inc.
  224.  
  225. ====================
  226.             AddTool(BlankerWindow, CloseWindow, NULL, "Could not open the wind
  227. rshapes.c 260 Warning 88: argument type incorrect
  228.                           Expecting "void (* )(void * , LONG )", found "void (* )(struct Window * )"
  229.  
  230. ====================
  231.             AddTool(BlankerVisualInfo, FreeVisualInfo, 0L,
  232. rshapes.c 267 Warning 88: argument type incorrect
  233.                           Expecting "void (* )(void * , LONG )", found "void (* )(APTR )"
  234.  
  235. ====================
  236.             AddTool(Ptr, FreeGadgets, 0L, "Couldn't allocate the gadgets.");
  237. rshapes.c 276 Warning 88: argument type incorrect
  238.                           Expecting "void (* )(void * , LONG )", found "void (* )(struct Gadget * )"
  239.  
  240. ====================
  241.                                                37L), CloseLibrary, 0L,
  242. rshapes.c 539 Warning 88: argument type incorrect
  243.                           Expecting "void (* )(void * , LONG )", found "void (* )(struct Library * )"
  244.  
  245. ====================
  246.     AddTool(IconBase = OpenLibrary("icon.library", 37L), CloseLibrary, 0
  247. rshapes.c 541 Warning 88: argument type incorrect
  248.                           Expecting "void (* )(void * , LONG )", found "void (* )(struct Library * )"
  249.  
  250. ====================
  251.     AddTool(CxBase = OpenLibrary("commodities.library", 37L), CloseLibrary,
  252. rshapes.c 543 Warning 88: argument type incorrect
  253.                           Expecting "void (* )(void * , LONG )", found "void (* )(struct Library * )"
  254.  
  255. ====================
  256.     AddTool(GadToolsBase = OpenLibrary("gadtools.library", 37L), CloseLibrary,
  257. rshapes.c 545 Warning 88: argument type incorrect
  258.                           Expecting "void (* )(void * , LONG )", found "void (* )(struct Library * )"
  259.  
  260. ====================
  261. ool(RetinaBase = (struct _xy_RetinaBase *)OpenLibrary("retina.library", 7L),
  262. rshapes.c 547 Warning 225: pointer type mismatch
  263.                            "struct RetinaBase *" does not match "struct _xy_RetinaBase *"
  264.  
  265. ====================
  266.             CloseLibrary, 0L, "Couldn't open the Retina library.");
  267. rshapes.c 548 Warning 88: argument type incorrect
  268.                           Expecting "void (* )(void * , LONG )", found "void (* )(struct Library * )"
  269.  
  270. ====================
  271.         AddTool(ToolTypes, ArgArrayDone, 0L, NULL);
  272. rshapes.c 555 Warning 88: argument type incorrect
  273.                           Expecting "void (* )(void * , LONG )", found "void (* )(void)"
  274.  
  275. ====================
  276.     AddTool((void *)bsp_TimerSig, FreeSignal, 0L, NULL);
  277. rshapes.c 564 Warning 88: argument type incorrect
  278.                           Expecting "void (* )(void * , LONG )", found "void (* )(long )"
  279.  
  280. ====================
  281.     AddTool((void *)bsp_InputSig, FreeSignal, 0L, NULL);
  282. rshapes.c 567 Warning 88: argument type incorrect
  283.                           Expecting "void (* )(void * , LONG )", found "void (* )(long )"
  284.  
  285. ====================
  286.     AddTool((void *)bsp_ClientSig, FreeSignal, 0L, NULL);
  287. rshapes.c 570 Warning 88: argument type incorrect
  288.                           Expecting "void (* )(void * , LONG )", found "void (* )(long )"
  289.  
  290. ====================
  291.     AddTool(CxPort = CreateMsgPort(), DeleteMsgPortSafely, 0L,
  292. rshapes.c 576 Warning 88: argument type incorrect
  293.                           Expecting "void (* )(void * , LONG )", found "void (* __stdargs )(struct MsgPort * )"
  294.  
  295. ====================
  296.  CxBase     AddTool(Broker = CxBroker(&NewBroker,  0L ), DeleteCxObjAll,
  297. rshapes.c 582 Warning 88: argument type incorrect
  298.                           Expecting "void (* )(void * , LONG )", found "void (* )(CxObj * )"
  299.  
  300. ====================
  301.     AddTool(Broker, ActivateCxObj, 0L, "The broker broke.");
  302. rshapes.c 632 Warning 88: argument type incorrect
  303.                           Expecting "void (* )(void * , LONG )", found "LONG (* )(CxObj * , long )"
  304.  
  305. ====================
  306.     AddTool(FindTask( 0L ), SetTaskPri, (LONG) SetTaskPri(FindTask(NULL)
  307. rshapes.c 645 Warning 88: argument type incorrect
  308.                           Expecting "void (* )(void * , LONG )", found "BYTE (* )(struct Task * , long )"
  309.  
  310. ====================
  311.                         AddTool(BlankerScreen, DestroyScreen, 0L, NULL);
  312. rshapes.c 799 Warning 88: argument type incorrect
  313.                           Expecting "void (* )(void * , LONG )", found "void (* )(struct RetinaScreen * )"
  314.  
  315. ====================
  316.                         AddTool(ClientPort, DeleteBlankerClient, 0L, NULL);
  317. rshapes.c 819 Warning 88: argument type incorrect
  318.                           Expecting "void (* )(void * , LONG )", found "void (* __stdargs )(struct MsgPort * )"
  319. rshapes.c 361 Note 306: __inline function inlined: "fInsure1"
  320. rshapes.c 362 Note 306: __inline function inlined: "fInsure1"
  321. rshapes.c 420 Note 306: __inline function inlined: "Bound"
  322. rshapes.c 421 Note 306: __inline function inlined: "Bound"
  323. rshapes.c 436 Note 306: __inline function inlined: "Bound"
  324. rshapes.c 437 Note 306: __inline function inlined: "Bound"
  325. rshapes.c 473 Note 306: __inline function inlined: "Draw_Image"
  326. rshapes.c 482 Note 306: __inline function inlined: "fBound"
  327. rshapes.c 489 Note 306: __inline function inlined: "fBound"
  328. rshapes.c 496 Note 306: __inline function inlined: "fBound"
  329. rshapes.c 498 Note 306: __inline function inlined: "fInsure1"
  330. rshapes.c 500 Note 306: __inline function inlined: "fInsure1"
  331. rshapes.c 503 Note 306: __inline function inlined: "fBound"
  332. rshapes.c 505 Note 306: __inline function inlined: "fInsure1"
  333. rshapes.c 507 Note 306: __inline function inlined: "fInsure1"
  334. rshapes.c 513 Note 306: __inline function inlined: "Draw_Image"
  335. rshapes.c 473 Warning 308: inline function does not use formal parameter "b"
  336. rshapes.c 513 Warning 308: inline function does not use formal parameter "b"
  337.     sc:c/slink FROM LIB:c.o Main.o RShapes.o  LIB LIB:scm881.lib LIB:sc.lib LIB:amiga.lib SC SD ND NOICONS TO RShapes MAP RShapes.map
  338. Slink - Version 6.51
  339. Copyright (c) 1988-1993 SAS Institute, Inc.  All Rights Reserved.
  340.  
  341.  
  342. SLINK Complete - Maximum code size = 29092 ($000071a4) bytes
  343.  
  344. Final output file size = 12796 ($000031fc) bytes
  345.